全民炸金花_澳门电子游戏-app下载
proxy環境でのRの設定
大学等でproxy環境でRを使うときのメモ:
Sys.setenv("http_proxy"="[proxyhostname]:[portnumber]")
をRprofile.siteに追記する.